object Form4: TForm4 Left = 424 Top = 232 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Tutor' ClientHeight = 174 ClientWidth = 250 Color = clSilver Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop OnClose = FormClose PixelsPerInch = 96 TextHeight = 16 object Memo1: TMemo Left = 6 Top = 5 Width = 235 Height = 132 Color = clSilver Enabled = False Font.Color = clNavy Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] Lines.Strings = ( '') ParentFont = False TabOrder = 2 end object Button1: TButton Left = 54 Top = 145 Width = 61 Height = 24 Caption = '&Next' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 135 Top = 145 Width = 61 Height = 24 Caption = '&Cancel' TabOrder = 1 OnClick = Button2Click end end